home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12234 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  744 b 

  1. Path: airdmhor.gen.nz!not-for-mail
  2. From: gumboot@airdmhor.gen.nz (Simon Hosie)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: "Best fit" algorithm (help)
  5. Date: 30 Mar 1996 09:49:59 +1200
  6. Organization: Airdmhor : a couple of BBS's, a bunch of people, and a cat.
  7. Message-ID: <4jhlu7$5m2@airdmhor.gen.nz>
  8. References: <APC&7'0'22b6b83'874@peg.apc.org>
  9. NNTP-Posting-Host: airdmhor.gen.nz
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. riox@peg.apc.org:
  13. > I am looking for a "best fit" algorithm. 
  14. > The problem I have is very similar to finding the best way of fitting the 
  15. > maximum number of songs on (say) 45 minute tape.
  16.  
  17.   I used to have a program like that for my C64, the guy that wrote it said
  18. the most effective method he found was trying random combinations.
  19.